home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Plugins / Syn2 / HL / MIBProperties.lcf < prev    next >
Encoding:
Text File  |  2007-12-12  |  3.5 KB  |  155 lines

  1. object SyntAnal52: TLibSyntAnalyzer
  2.   Formats = <
  3.     item
  4.       DisplayName = 'Marked block'
  5.       Font.Charset = DEFAULT_CHARSET
  6.       Font.Color = clHighlightText
  7.       Font.Height = -13
  8.       Font.Name = 'Courier New'
  9.       Font.Style = []
  10.       BgColor = clHighlight
  11.       FormatType = ftColor
  12.     end
  13.     item
  14.       DisplayName = 'Param'
  15.       Font.Charset = DEFAULT_CHARSET
  16.       Font.Color = cl3DDkShadow
  17.       Font.Height = -13
  18.       Font.Name = 'Courier New'
  19.       Font.Style = []
  20.     end
  21.     item
  22.       DisplayName = 'Value'
  23.       Font.Charset = RUSSIAN_CHARSET
  24.       Font.Color = clBlack
  25.       Font.Height = -15
  26.       Font.Name = 'Times New Roman'
  27.       Font.Style = []
  28.       FormatType = ftCustomFont
  29.     end
  30.     item
  31.       DisplayName = 'Description'
  32.       Font.Charset = RUSSIAN_CHARSET
  33.       Font.Color = clNavy
  34.       Font.Height = -15
  35.       Font.Name = 'Times New Roman'
  36.       Font.Style = []
  37.       FormatType = ftCustomFont
  38.     end
  39.     item
  40.       DisplayName = 'Sequence'
  41.       Font.Charset = RUSSIAN_CHARSET
  42.       Font.Color = clGreen
  43.       Font.Height = -15
  44.       Font.Name = 'Times New Roman'
  45.       Font.Style = []
  46.       FormatType = ftCustomFont
  47.     end>
  48.   TokenRules = <
  49.     item
  50.       DisplayName = 'Param'
  51.       StyleName = 'Param'
  52.       TokenType = 2
  53.       Expression = '.*?:\x09'
  54.       ColumnFrom = 0
  55.       ColumnTo = 0
  56.     end
  57.     item
  58.       DisplayName = 'Space'
  59.       StyleName = 'Param'
  60.       Expression = '\s+'
  61.       ColumnFrom = 0
  62.       ColumnTo = 0
  63.     end
  64.     item
  65.       DisplayName = 'Value'
  66.       StyleName = 'Value'
  67.       TokenType = 4
  68.       Expression = '.*$'
  69.       ColumnFrom = 0
  70.       ColumnTo = 0
  71.     end>
  72.   BlockRules = <
  73.     item
  74.       DisplayName = 'end'
  75.       BlockType = btRangeEnd
  76.       ConditionList = <
  77.         item
  78.           TokenTypes = 4
  79.         end>
  80.       EndOfTextClose = True
  81.       NotCollapsed = True
  82.       DisplayInTree = False
  83.       HighlightPos = cpAny
  84.       IgnoreAsParent = False
  85.     end
  86.     item
  87.       DisplayName = 'Description'
  88.       ConditionList = <
  89.         item
  90.           TagList.Strings = (
  91.             'Description:'#9)
  92.           TokenTypes = 4
  93.         end>
  94.       BlockEnd = 'end'
  95.       EndOfTextClose = True
  96.       DisplayInTree = False
  97.       HighlightPos = cpAny
  98.       IgnoreAsParent = False
  99.     end
  100.     item
  101.       DisplayName = 'Params'
  102.       ConditionList = <
  103.         item
  104.           TokenTypes = 4
  105.         end>
  106.       EndOfTextClose = True
  107.       HighlightPos = cpAny
  108.       CollapseFmt = '%s0 ...'
  109.       SelfClose = True
  110.       IgnoreAsParent = False
  111.     end
  112.     item
  113.       DisplayName = 'Sequence'
  114.       StyleName = 'Sequence'
  115.       BlockType = btTagDetect
  116.       ConditionList = <
  117.         item
  118.           TagList.Strings = (
  119.             '\s*\d+\:')
  120.           CondType = tcMask
  121.           TokenTypes = 16
  122.         end>
  123.       HighlightPos = cpAny
  124.       IgnoreAsParent = False
  125.     end
  126.     item
  127.       DisplayName = 'Description Text'
  128.       StyleName = 'Description'
  129.       BlockName = 'Description'
  130.       BlockType = btTagDetect
  131.       ConditionList = <
  132.         item
  133.           TokenTypes = 16
  134.         end>
  135.       HighlightPos = cpAny
  136.       IgnoreAsParent = False
  137.     end>
  138.   CodeTemplates = <>
  139.   SubAnalyzers = <>
  140.   TokenTypeNames.Strings = (
  141.     'Unknown'
  142.     'Comment'
  143.     'Identifier'
  144.     'Symbol'
  145.     'String'
  146.     'Integer const'
  147.     'Float const'
  148.     'Hex const'
  149.     'Char const'
  150.     'Preprocessor')
  151.   MarkedBlockStyle = 'Marked block'
  152.   LexerName = 'MIB Properties'
  153.   Internal = True
  154. end
  155.